docs: fix typo in function name
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 21:51:23 +0000 (16:51 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:39 +0000 (18:57 -0500)
gtk/deprecated/gtktable.c

index 774d0d18da4fe42926d79104dcacc425ca185bcc..e6edf8c3ba2b9e10b93b8233c2afc86b9881f626 100644 (file)
@@ -1091,7 +1091,7 @@ gtk_table_set_homogeneous (GtkTable *table,
  * @table: a #GtkTable
  *
  * Returns whether the table cells are all constrained to the same
- * width and height. (See gtk_table_set_homogenous ())
+ * width and height. (See gtk_table_set_homogeneous ())
  *
  * Return value: %TRUE if the cells are all constrained to the same size
  *